SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 40262: Migration of a webmart to SAS® Web Analytics 5.3.3 could fail due to spaces in the webmart name

DetailsAboutRate It

Migration of a webmart to SAS® Web Analytics 5.3.3 could fail because of spaces at the end of the name of the webmart. Refer to page 183 of the Web Analytics 5.3 Administration Guide for instructions for alleviating the problem.

Errors are generated when you work in UNIX environments because of spaces that are added to the webmart name. After you make edits to the transformations in the Site Metadata Migration job, the code is saved. Blank spaces are added to the end of the webmart name, and the name becomes 256 characters long, with ); as the last two characters.

   %let mig_webmart_name = %nrquote(RacesGolden2
   );

When the code is deployed to UNIX, the spaces are truncated, which causes an error.

To avoid this error, manually remove the white space between the end of the webmart name and the ); characters.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Web Analytics64-bit Enabled AIX5.3_M35.3_M39.2 TS2M39.2 TS2M3
64-bit Enabled Solaris5.3_M35.3_M39.2 TS2M39.2 TS2M3
HP-UX IPF5.3_M35.3_M39.2 TS2M39.2 TS2M3
Linux for x645.3_M35.3_M39.2 TS2M39.2 TS2M3
Solaris for x645.3_M35.3_M39.2 TS2M39.2 TS2M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.